home *** CD-ROM | disk | FTP | other *** search
- (procedure CreatePll
- (textfile
- (dest (tackon "TheClouDisk6:" #pll-name))
- (append "0")
- )
- )
-
- (set #disksalv-install
- (cat "\nCreate a Savedisk\n"
- "\nThis tool helps you to create a Savedisk. You will need "
- "such a disk if you want to save your actual score or the "
- "plans you are going to create."))
-
- (set #which-disk
- "Create Savedisk in which device?")
-
- (set #ds-done
- (cat "\nThe Savedisk is now ready.\n"
- "\nPlease use this disk to save your games of 'TheClue!' "
- "only!"))
-
- (procedure formatdisk
- (if (askbool (prompt (cat "Please insert a disk to be formatted into "
- "drive " #outputdisk))
- (choices "Inserted!" "Abort")
- (help "\nPlease insert a blank disk into your drive.\n")
- (default 1))
- ((working "Formatting Disk " #outputdisk " as \"" #outdisk-name "\"")
- (run (cat "RAM:Format <NIL: >\"CON:10/10/500/50/Formatting...\" DRIVE "
- #outputdisk " NAME \"" #outdisk-name "\" NOICONS")))
- (exit "Creation aborted")))
-
- (set @default-dest "DF0:")
- (set #outputdisk "DF0:")
- (set #outdisk-name "TheClouDisk6")
-
- (if (askbool
- (prompt #disksalv-install)
- (help "\nIf you want to create a Savegamedisk, click the button \"Continue\", otherwise \"Abort\"\n")
- (choices "Continue" "Abort")
- (default 1))
- ((set #outputdisk
- (askdir (prompt #which-disk)
- (help ("\nPlease select the drive name where you want to create the Savedisk.\n")
- (default @default-dest))))
-
- (set @default-dest #outputdisk)
-
- (copyfiles
- (prompt "Searching Format Command")
- (help " ")
- (source "sys:system/format")
- (dest "ram:")
- )
-
- (formatdisk)
-
- (delete
- ("ram:format")
- (prompt " ")
- (help " ")
- )
-
- (askdisk
- (prompt "Please insert Disk 1 of 'The Clue!' into any drive!")
- (help "\nThere are some special files which must be copied onto your Savedisk.\n")
- (dest "TheClouDisk1"))
-
- (copyfiles
- (source "TheClouDisk1:texts/origin.list")
- (dest "RAM:"))
-
- (askdisk
- (prompt "Please insert the Savegamedisk into any drive.")
- (help "\nThere are some special files which must be copied onto your Savedisk.\n")
- (dest "TheClouDisk6"))
-
- (copyfiles
- (source "RAM:origin.list")
- (dest "TheClouDisk6:"))
-
- (copyfiles
- (source "RAM:origin.list")
- (dest "TheClouDisk6:")
- (newname "games.list"))
-
- (delete
- ("RAM:origin.list")
- (prompt " ")
- (help " ")
- )
-
- (set #pll-name "TobaEta.pll")
- (CreatePll)
- (set #pll-name "AuntEta.pll")
- (CreatePll)
- (set #pll-name "JuweEta.pll")
- (CreatePll)
- (set #pll-name "AntiEta.pll")
- (CreatePll)
- (set #pll-name "TranEta.pll")
- (CreatePll)
- (set #pll-name "SeniEta.pll")
- (CreatePll)
- (set #pll-name "MarxEta.pll")
- (CreatePll)
- (set #pll-name "VillEta.pll")
- (CreatePll)
- (set #pll-name "KenwEta.pll")
- (CreatePll)
- (set #pll-name "HamHEta.pll")
- (CreatePll)
- (set #pll-name "OsteEta.pll")
- (CreatePll)
- (set #pll-name "ChisEta.pll")
- (CreatePll)
- (set #pll-name "SothEta.pll")
- (CreatePll)
- (set #pll-name "BritEta.pll")
- (CreatePll)
- (set #pll-name "NatuEta.pll")
- (CreatePll)
- (set #pll-name "NatiEta.pll")
- (CreatePll)
- (set #pll-name "VictEta.pll")
- (CreatePll)
- (set #pll-name "BankEta.pll")
- (CreatePll)
- (set #pll-name "ToweEta.pll")
- (CreatePll)
-
- (set #pll-name "KaseEta.pll")
- (textfile
- (dest (tackon "TheClouDisk6:" #pll-name))
- (append "15")
- )
-
- (askdisk
- (prompt "Please insert Disk 4 of 'The Clue!' into any drive.")
- (help "\nThere are some special files which must be copied onto your Savedisk.\n")
- (dest "TheClouDisk4"))
-
- (copyfiles
- (prompt "Copying Data")
- (source "TheClouDisk4:data/KaseEta.pln")
- (dest "RAM:")
- )
-
- (askdisk
- (prompt "Please insert the Savegamedisk into any drive.")
- (help "\nThere are some special files which must be copied onto your Savedisk.\n")
- (dest "TheClouDisk6"))
-
- (copyfiles
- (prompt "Copying Data")
- (source "RAM:KaseEta.pln")
- (dest "TheClouDisk6:")
- (newname "KaseEta1.pln")
- )
-
- (copyfiles
- (prompt "Copying Data")
- (source "RAM:KaseEta.pln")
- (dest "TheClouDisk6:")
- (newname "KaseEta2.pln")
- )
-
- (copyfiles
- (prompt "Copying Data")
- (source "RAM:KaseEta.pln")
- (dest "TheClouDisk6:")
- (newname "KaseEta3.pln")
- )
-
- (copyfiles
- (prompt "Copying Data")
- (source "RAM:KaseEta.pln")
- (dest "TheClouDisk6:")
- (newname "KaseEta4.pln")
- )
-
- (message #ds-done)))
-
- (exit (quiet))
-